Html Css Color HEX #BD6BEC Medium Orchid

📋 copy color: '#BD6BEC'

red 189 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #BD6BEC

Tints of Medium Orchid #BD6BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 35.53%
G = 20.11%
B = 44.36%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6BEC (or 0xBD6BEC) is known color: Medium Orchid. HEX triplet: BD, 6B and EC. RGB value is (189,107,236). Sum of RGB (Red+Green+Blue) = 189+107+236=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BEC is #429413. Grayscale: #919191. Windows color (decimal): -4363284 or 15494077. OLE color: 15494077.

HSL color Cylindrical-coordinate representation of color #BD6BEC: hue angle of 278.14º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6BEC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 107 236 -
CMYK 0.20 0.55 0 0.07
HSL 278.14º 0.77% 0.67% -
HSV(B) 278.14º 0.55% 0.93% -
XYZ 41.38 27.39 82.46 -
YUV 146.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 189 107 236 0.20 0.55 0 0.07 278.14 0.77 0.67
Hex BD 6B EC 14 37 0 7 116 4D 43
Octal 275 153 354 24 67 0 7 426 115 103
Binary 10111101 1101011 11101100 10100 110111 0 111 100010110 1001101 1000011

Color Harmonies of #BD6BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BEC

Black with #BD6BEC

Text Example


Text Example

White with #BD6BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BEC; }

 p { color: rgb(189,107,236); }

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

background-color css

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

 a { background-color: rgb(189,107,236); }

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

border-color css

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

 span { border-color: rgb(189,107,236); }

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