Html Css Color HEX #BD68D6 Medium Orchid

📋 copy color: '#BD68D6'

red 189 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #BD68D6

Tints of Medium Orchid #BD68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 37.28%
G = 20.51%
B = 42.21%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD68D6 (or 0xBD68D6) is known color: Medium Orchid. HEX triplet: BD, 68 and D6. RGB value is (189,104,214). Sum of RGB (Red+Green+Blue) = 189+104+214=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D6 is #429729. Grayscale: #8D8D8D. Windows color (decimal): -4364074 or 14051517. OLE color: 14051517.

HSL color Cylindrical-coordinate representation of color #BD68D6: hue angle of 286.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD68D6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 104 214 -
CMYK 0.12 0.51 0 0.16
HSL 286.36º 0.57% 0.62% -
HSV(B) 286.36º 0.51% 0.84% -
XYZ 38.07 25.57 66.55 -
YUV 141.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 189 104 214 0.12 0.51 0 0.16 286.36 0.57 0.62
Hex BD 68 D6 C 33 0 10 11E 39 3E
Octal 275 150 326 14 63 0 20 436 71 76
Binary 10111101 1101000 11010110 1100 110011 0 10000 100011110 111001 111110

Color Harmonies of #BD68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68D6

Black with #BD68D6

Text Example


Text Example

White with #BD68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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