Html Css Color HEX #B567CF Medium Orchid

📋 copy color: '#B567CF'

red 181 ◦ green 103 ◦ blue 207

#B567CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B567CF

Tints of Medium Orchid #B567CF

RGB

 RED value IS 181 (71.09% from 255) = 36.86%

 GREEN value IS 103 (40.63% from 255) = 20.98%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 36.86%
G = 20.98%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B567CF (or 0xB567CF) is known color: Medium Orchid. HEX triplet: B5, 67 and CF. RGB value is (181,103,207). Sum of RGB (Red+Green+Blue) = 181+103+207=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B567CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567CF is #4A9830. Grayscale: #898989. Windows color (decimal): -4888625 or 13592501. OLE color: 13592501.

HSL color Cylindrical-coordinate representation of color #B567CF: hue angle of 285º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B567CF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 103 207 -
CMYK 0.13 0.50 0 0.19
HSL 285º 0.52% 0.61% -
HSV(B) 285º 0.5% 0.81% -
XYZ 35.17 24.03 61.82 -
YUV 138.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 181 103 207 0.13 0.50 0 0.19 285 0.52 0.61
Hex B5 67 CF D 32 0 13 11D 34 3D
Octal 265 147 317 15 62 0 23 435 64 75
Binary 10110101 1100111 11001111 1101 110010 0 10011 100011101 110100 111101

Color Harmonies of #B567CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567CF

Black with #B567CF

Text Example


Text Example

White with #B567CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567CF; }

 p { color: rgb(181,103,207); }

 H1.HeaderClassName
 {
   color: #B567CF;
 }
 .AnyTagClassName
 {
   color: #B567CF;
 }
</style>

background-color css

<style>
 a { background-color: #B567CF; }

 a { background-color: rgb(181,103,207); }

 div.DivClassName
 {
   background-color: #B567CF;
 }
 .BgClassName
 {
   background-color: #B567CF;
 }
</style>

border-color css

<style>
 span { border-color: #B567CF; }

 span { border-color: rgb(181,103,207); }

 td.TdClassName
 {
   border-color: #B567CF;
 }
 .TagClassName
 {
   border-color: #B567CF;
 }
</style>