Html Css Color HEX #BD6CE7 Medium Orchid

📋 copy color: '#BD6CE7'

red 189 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #BD6CE7

Tints of Medium Orchid #BD6CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 35.8%
G = 20.45%
B = 43.75%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD6CE7 (or 0xBD6CE7) is known color: Medium Orchid. HEX triplet: BD, 6C and E7. RGB value is (189,108,231). Sum of RGB (Red+Green+Blue) = 189+108+231=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CE7 is #429318. Grayscale: #919191. Windows color (decimal): -4363033 or 15166653. OLE color: 15166653.

HSL color Cylindrical-coordinate representation of color #BD6CE7: hue angle of 279.51º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6CE7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 108 231 -
CMYK 0.18 0.53 0 0.09
HSL 279.51º 0.72% 0.66% -
HSV(B) 279.51º 0.53% 0.91% -
XYZ 40.77 27.31 78.72 -
YUV 146.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 189 108 231 0.18 0.53 0 0.09 279.51 0.72 0.66
Hex BD 6C E7 12 35 0 9 118 48 42
Octal 275 154 347 22 65 0 11 430 110 102
Binary 10111101 1101100 11100111 10010 110101 0 1001 100011000 1001000 1000010

Color Harmonies of #BD6CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CE7

Black with #BD6CE7

Text Example


Text Example

White with #BD6CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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