Html Css Color HEX #BD69CB Medium Orchid

📋 copy color: '#BD69CB'

red 189 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #BD69CB

Tints of Medium Orchid #BD69CB

RGB

 RED value IS 189 (74.22% from 255) = 38.03%

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

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

R = 38.03%
G = 21.13%
B = 40.85%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD69CB (or 0xBD69CB) is known color: Medium Orchid. HEX triplet: BD, 69 and CB. RGB value is (189,105,203). Sum of RGB (Red+Green+Blue) = 189+105+203=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69CB is #429634. Grayscale: #8C8C8C. Windows color (decimal): -4363829 or 13330877. OLE color: 13330877.

HSL color Cylindrical-coordinate representation of color #BD69CB: hue angle of 291.43º 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 #BD69CB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 105 203 -
CMYK 0.07 0.48 0 0.20
HSL 291.43º 0.49% 0.6% -
HSV(B) 291.43º 0.48% 0.8% -
XYZ 36.82 25.23 59.43 -
YUV 141.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 189 105 203 0.07 0.48 0 0.20 291.43 0.49 0.6
Hex BD 69 CB 7 30 0 14 123 31 3C
Octal 275 151 313 7 60 0 24 443 61 74
Binary 10111101 1101001 11001011 111 110000 0 10100 100100011 110001 111100

Color Harmonies of #BD69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69CB

Black with #BD69CB

Text Example


Text Example

White with #BD69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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