Html Css Color HEX #BD68CC Medium Orchid

📋 copy color: '#BD68CC'

red 189 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #BD68CC

Tints of Medium Orchid #BD68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.93%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 38.03%
G = 20.93%
B = 41.05%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD68CC (or 0xBD68CC) is known color: Medium Orchid. HEX triplet: BD, 68 and CC. RGB value is (189,104,204). Sum of RGB (Red+Green+Blue) = 189+104+204=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CC is #429733. Grayscale: #8C8C8C. Windows color (decimal): -4364084 or 13396157. OLE color: 13396157.

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

Color convert

RGB 189 104 204 -
CMYK 0.07 0.49 0 0.2
HSL 291º 0.5% 0.6% -
HSV(B) 291º 0.49% 0.8% -
XYZ 36.84 25.08 60.03 -
YUV 140.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 189 104 204 0.07 0.49 0 0.2 291 0.5 0.6
Hex BD 68 CC 7 31 0 14 123 32 3C
Octal 275 150 314 7 61 0 24 443 62 74
Binary 10111101 1101000 11001100 111 110001 0 10100 100100011 110010 111100

Color Harmonies of #BD68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68CC

Black with #BD68CC

Text Example


Text Example

White with #BD68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68CC; }

 p { color: rgb(189,104,204); }

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

background-color css

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

 a { background-color: rgb(189,104,204); }

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

border-color css

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

 span { border-color: rgb(189,104,204); }

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