Html Css Color HEX #BD6DEA Medium Orchid

📋 copy color: '#BD6DEA'

red 189 ◦ green 109 ◦ blue 234

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

Shades of Medium Orchid #BD6DEA

Tints of Medium Orchid #BD6DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.49%

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 35.53%
G = 20.49%
B = 43.98%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD6DEA (or 0xBD6DEA) is known color: Medium Orchid. HEX triplet: BD, 6D and EA. RGB value is (189,109,234). Sum of RGB (Red+Green+Blue) = 189+109+234=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DEA is #429215. Grayscale: #929292. Windows color (decimal): -4362774 or 15363517. OLE color: 15363517.

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

Color convert

RGB 189 109 234 -
CMYK 0.19 0.53 0 0.08
HSL 278.4º 0.75% 0.67% -
HSV(B) 278.4º 0.53% 0.92% -
XYZ 41.31 27.7 81.01 -
YUV 147.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 189 109 234 0.19 0.53 0 0.08 278.4 0.75 0.67
Hex BD 6D EA 13 35 0 8 116 4B 43
Octal 275 155 352 23 65 0 10 426 113 103
Binary 10111101 1101101 11101010 10011 110101 0 1000 100010110 1001011 1000011

Color Harmonies of #BD6DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DEA

Black with #BD6DEA

Text Example


Text Example

White with #BD6DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DEA; }

 p { color: rgb(189,109,234); }

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

background-color css

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

 a { background-color: rgb(189,109,234); }

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

border-color css

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

 span { border-color: rgb(189,109,234); }

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