Html Css Color HEX #BD6FEB Medium Orchid

📋 copy color: '#BD6FEB'

red 189 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #BD6FEB

Tints of Medium Orchid #BD6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 35.33%
G = 20.75%
B = 43.93%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD6FEB (or 0xBD6FEB) is known color: Medium Orchid. HEX triplet: BD, 6F and EB. RGB value is (189,111,235). Sum of RGB (Red+Green+Blue) = 189+111+235=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FEB is #429014. Grayscale: #949494. Windows color (decimal): -4362261 or 15429565. OLE color: 15429565.

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

Color convert

RGB 189 111 235 -
CMYK 0.20 0.53 0 0.08
HSL 277.74º 0.76% 0.68% -
HSV(B) 277.74º 0.53% 0.92% -
XYZ 41.67 28.19 81.84 -
YUV 148.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 189 111 235 0.20 0.53 0 0.08 277.74 0.76 0.68
Hex BD 6F EB 14 35 0 8 116 4C 44
Octal 275 157 353 24 65 0 10 426 114 104
Binary 10111101 1101111 11101011 10100 110101 0 1000 100010110 1001100 1000100

Color Harmonies of #BD6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FEB

Black with #BD6FEB

Text Example


Text Example

White with #BD6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FEB; }

 p { color: rgb(189,111,235); }

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

background-color css

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

 a { background-color: rgb(189,111,235); }

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

border-color css

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

 span { border-color: rgb(189,111,235); }

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