Html Css Color HEX #B669CB Medium Orchid

📋 copy color: '#B669CB'

red 182 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #B669CB

Tints of Medium Orchid #B669CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

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

R = 37.14%
G = 21.43%
B = 41.43%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B669CB (or 0xB669CB) is known color: Medium Orchid. HEX triplet: B6, 69 and CB. RGB value is (182,105,203). Sum of RGB (Red+Green+Blue) = 182+105+203=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B669CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669CB is #499634. Grayscale: #8A8A8A. Windows color (decimal): -4822581 or 13330870. OLE color: 13330870.

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

Color convert

RGB 182 105 203 -
CMYK 0.10 0.48 0 0.20
HSL 287.14º 0.49% 0.6% -
HSV(B) 287.14º 0.48% 0.8% -
XYZ 35.12 24.36 59.35 -
YUV 139.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 182 105 203 0.10 0.48 0 0.20 287.14 0.49 0.6
Hex B6 69 CB A 30 0 14 11F 31 3C
Octal 266 151 313 12 60 0 24 437 61 74
Binary 10110110 1101001 11001011 1010 110000 0 10100 100011111 110001 111100

Color Harmonies of #B669CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669CB

Black with #B669CB

Text Example


Text Example

White with #B669CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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