Html Css Color HEX #BD68E9 Medium Orchid

📋 copy color: '#BD68E9'

red 189 ◦ green 104 ◦ blue 233

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

Shades of Medium Orchid #BD68E9

Tints of Medium Orchid #BD68E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.3%

R = 35.93%
G = 19.77%
B = 44.3%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD68E9 (or 0xBD68E9) is known color: Medium Orchid. HEX triplet: BD, 68 and E9. RGB value is (189,104,233). Sum of RGB (Red+Green+Blue) = 189+104+233=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68E9 is #429716. Grayscale: #8F8F8F. Windows color (decimal): -4364055 or 15296701. OLE color: 15296701.

HSL color Cylindrical-coordinate representation of color #BD68E9: hue angle of 279.53º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD68E9 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 104 233 -
CMYK 0.19 0.55 0 0.09
HSL 279.53º 0.75% 0.66% -
HSV(B) 279.53º 0.55% 0.91% -
XYZ 40.64 26.6 80.08 -
YUV 144.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 189 104 233 0.19 0.55 0 0.09 279.53 0.75 0.66
Hex BD 68 E9 13 37 0 9 118 4B 42
Octal 275 150 351 23 67 0 11 430 113 102
Binary 10111101 1101000 11101001 10011 110111 0 1001 100011000 1001011 1000010

Color Harmonies of #BD68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68E9

Black with #BD68E9

Text Example


Text Example

White with #BD68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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