Html Css Color HEX #B663CB Medium Orchid

📋 copy color: '#B663CB'

red 182 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #B663CB

Tints of Medium Orchid #B663CB

RGB

 RED value IS 182 (71.48% from 255) = 37.6%

 GREEN value IS 99 (39.06% from 255) = 20.45%

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

R = 37.6%
G = 20.45%
B = 41.94%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B663CB (or 0xB663CB) is known color: Medium Orchid. HEX triplet: B6, 63 and CB. RGB value is (182,99,203). Sum of RGB (Red+Green+Blue) = 182+99+203=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #B663CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663CB is #499C34. Grayscale: #878787. Windows color (decimal): -4824117 or 13329334. OLE color: 13329334.

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

Color convert

RGB 182 99 203 -
CMYK 0.10 0.51 0 0.20
HSL 287.88º 0.5% 0.59% -
HSV(B) 287.88º 0.51% 0.8% -
XYZ 34.53 23.18 59.15 -
YUV 135.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 182 99 203 0.10 0.51 0 0.20 287.88 0.5 0.59
Hex B6 63 CB A 33 0 14 120 32 3B
Octal 266 143 313 12 63 0 24 440 62 73
Binary 10110110 1100011 11001011 1010 110011 0 10100 100100000 110010 111011

Color Harmonies of #B663CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663CB

Black with #B663CB

Text Example


Text Example

White with #B663CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663CB; }

 p { color: rgb(182,99,203); }

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

background-color css

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

 a { background-color: rgb(182,99,203); }

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

border-color css

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

 span { border-color: rgb(182,99,203); }

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