Html Css Color HEX #BD6EEA Medium Orchid

📋 copy color: '#BD6EEA'

red 189 ◦ green 110 ◦ blue 234

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

Shades of Medium Orchid #BD6EEA

Tints of Medium Orchid #BD6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

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

R = 35.46%
G = 20.64%
B = 43.9%

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

#BD6EEA (or 0xBD6EEA) is known color: Medium Orchid. HEX triplet: BD, 6E and EA. RGB value is (189,110,234). Sum of RGB (Red+Green+Blue) = 189+110+234=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EEA is #429115. Grayscale: #939393. Windows color (decimal): -4362518 or 15363773. OLE color: 15363773.

HSL color Cylindrical-coordinate representation of color #BD6EEA: hue angle of 278.23º 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 #BD6EEA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 110 234 -
CMYK 0.19 0.53 0 0.08
HSL 278.23º 0.75% 0.67% -
HSV(B) 278.23º 0.53% 0.92% -
XYZ 41.41 27.91 81.05 -
YUV 147.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 189 110 234 0.19 0.53 0 0.08 278.23 0.75 0.67
Hex BD 6E EA 13 35 0 8 116 4B 43
Octal 275 156 352 23 65 0 10 426 113 103
Binary 10111101 1101110 11101010 10011 110101 0 1000 100010110 1001011 1000011

Color Harmonies of #BD6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EEA

Black with #BD6EEA

Text Example


Text Example

White with #BD6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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