Html Css Color HEX #B565CB Medium Orchid

📋 copy color: '#B565CB'

red 181 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #B565CB

Tints of Medium Orchid #B565CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 37.32%
G = 20.82%
B = 41.86%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B565CB (or 0xB565CB) is known color: Medium Orchid. HEX triplet: B5, 65 and CB. RGB value is (181,101,203). Sum of RGB (Red+Green+Blue) = 181+101+203=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B565CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565CB is #4A9A34. Grayscale: #888888. Windows color (decimal): -4889141 or 13329845. OLE color: 13329845.

HSL color Cylindrical-coordinate representation of color #B565CB: hue angle of 287.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B565CB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 101 203 -
CMYK 0.11 0.50 0 0.20
HSL 287.06º 0.5% 0.6% -
HSV(B) 287.06º 0.5% 0.8% -
XYZ 34.49 23.44 59.21 -
YUV 136.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 181 101 203 0.11 0.50 0 0.20 287.06 0.5 0.6
Hex B5 65 CB B 32 0 14 11F 32 3C
Octal 265 145 313 13 62 0 24 437 62 74
Binary 10110101 1100101 11001011 1011 110010 0 10100 100011111 110010 111100

Color Harmonies of #B565CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565CB

Black with #B565CB

Text Example


Text Example

White with #B565CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565CB; }

 p { color: rgb(181,101,203); }

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

background-color css

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

 a { background-color: rgb(181,101,203); }

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

border-color css

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

 span { border-color: rgb(181,101,203); }

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