Html Css Color HEX #BD6CEB Medium Orchid

📋 copy color: '#BD6CEB'

red 189 ◦ green 108 ◦ blue 235

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

Shades of Medium Orchid #BD6CEB

Tints of Medium Orchid #BD6CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

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

R = 35.53%
G = 20.3%
B = 44.17%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD6CEB (or 0xBD6CEB) is known color: Medium Orchid. HEX triplet: BD, 6C and EB. RGB value is (189,108,235). Sum of RGB (Red+Green+Blue) = 189+108+235=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CEB is #429314. Grayscale: #929292. Windows color (decimal): -4363029 or 15428797. OLE color: 15428797.

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

Color convert

RGB 189 108 235 -
CMYK 0.20 0.54 0 0.08
HSL 278.27º 0.76% 0.67% -
HSV(B) 278.27º 0.54% 0.92% -
XYZ 41.34 27.54 81.73 -
YUV 146.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 189 108 235 0.20 0.54 0 0.08 278.27 0.76 0.67
Hex BD 6C EB 14 36 0 8 116 4C 43
Octal 275 154 353 24 66 0 10 426 114 103
Binary 10111101 1101100 11101011 10100 110110 0 1000 100010110 1001100 1000011

Color Harmonies of #BD6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CEB

Black with #BD6CEB

Text Example


Text Example

White with #BD6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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