Html Css Color HEX #B564CF Medium Orchid

📋 copy color: '#B564CF'

red 181 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #B564CF

Tints of Medium Orchid #B564CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

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

R = 37.09%
G = 20.49%
B = 42.42%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B564CF (or 0xB564CF) is known color: Medium Orchid. HEX triplet: B5, 64 and CF. RGB value is (181,100,207). Sum of RGB (Red+Green+Blue) = 181+100+207=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B564CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CF is #4A9B30. Grayscale: #888888. Windows color (decimal): -4889393 or 13591733. OLE color: 13591733.

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

Color convert

RGB 181 100 207 -
CMYK 0.13 0.52 0 0.19
HSL 285.42º 0.53% 0.6% -
HSV(B) 285.42º 0.52% 0.81% -
XYZ 34.88 23.44 61.72 -
YUV 136.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 181 100 207 0.13 0.52 0 0.19 285.42 0.53 0.6
Hex B5 64 CF D 34 0 13 11D 35 3C
Octal 265 144 317 15 64 0 23 435 65 74
Binary 10110101 1100100 11001111 1101 110100 0 10011 100011101 110101 111100

Color Harmonies of #B564CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564CF

Black with #B564CF

Text Example


Text Example

White with #B564CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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