Html Css Color HEX #BD68EB Medium Orchid

📋 copy color: '#BD68EB'

red 189 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #BD68EB

Tints of Medium Orchid #BD68EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 35.8%
G = 19.7%
B = 44.51%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD68EB (or 0xBD68EB) is known color: Medium Orchid. HEX triplet: BD, 68 and EB. RGB value is (189,104,235). Sum of RGB (Red+Green+Blue) = 189+104+235=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68EB is #429714. Grayscale: #8F8F8F. Windows color (decimal): -4364053 or 15427773. OLE color: 15427773.

HSL color Cylindrical-coordinate representation of color #BD68EB: hue angle of 278.93º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD68EB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 104 235 -
CMYK 0.20 0.56 0 0.08
HSL 278.93º 0.77% 0.66% -
HSV(B) 278.93º 0.56% 0.92% -
XYZ 40.93 26.72 81.6 -
YUV 144.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 189 104 235 0.20 0.56 0 0.08 278.93 0.77 0.66
Hex BD 68 EB 14 38 0 8 117 4D 42
Octal 275 150 353 24 70 0 10 427 115 102
Binary 10111101 1101000 11101011 10100 111000 0 1000 100010111 1001101 1000010

Color Harmonies of #BD68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68EB

Black with #BD68EB

Text Example


Text Example

White with #BD68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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