Html Css Color HEX #BD6CEE Medium Orchid

📋 copy color: '#BD6CEE'

red 189 ◦ green 108 ◦ blue 238

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

Shades of Medium Orchid #BD6CEE

Tints of Medium Orchid #BD6CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 35.33%
G = 20.19%
B = 44.49%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6CEE (or 0xBD6CEE) is known color: Medium Orchid. HEX triplet: BD, 6C and EE. RGB value is (189,108,238). Sum of RGB (Red+Green+Blue) = 189+108+238=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CEE is #429311. Grayscale: #929292. Windows color (decimal): -4363026 or 15625405. OLE color: 15625405.

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

Color convert

RGB 189 108 238 -
CMYK 0.21 0.55 0 0.07
HSL 277.38º 0.79% 0.68% -
HSV(B) 277.38º 0.55% 0.93% -
XYZ 41.78 27.72 84.04 -
YUV 147.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 189 108 238 0.21 0.55 0 0.07 277.38 0.79 0.68
Hex BD 6C EE 15 37 0 7 115 4F 44
Octal 275 154 356 25 67 0 7 425 117 104
Binary 10111101 1101100 11101110 10101 110111 0 111 100010101 1001111 1000100

Color Harmonies of #BD6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CEE

Black with #BD6CEE

Text Example


Text Example

White with #BD6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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