Html Css Color HEX #BD4CEB Medium Orchid

📋 copy color: '#BD4CEB'

red 189 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #BD4CEB

Tints of Medium Orchid #BD4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

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

R = 37.8%
G = 15.2%
B = 47%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD4CEB (or 0xBD4CEB) is known color: Medium Orchid. HEX triplet: BD, 4C and EB. RGB value is (189,76,235). Sum of RGB (Red+Green+Blue) = 189+76+235=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CEB is #42B314. Grayscale: #7F7F7F. Windows color (decimal): -4371221 or 15420605. OLE color: 15420605.

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

Color convert

RGB 189 76 235 -
CMYK 0.20 0.68 0 0.08
HSL 282.64º 0.8% 0.61% -
HSV(B) 282.64º 0.68% 0.92% -
XYZ 38.57 21.99 80.81 -
YUV 127.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 189 76 235 0.20 0.68 0 0.08 282.64 0.8 0.61
Hex BD 4C EB 14 44 0 8 11B 50 3D
Octal 275 114 353 24 104 0 10 433 120 75
Binary 10111101 1001100 11101011 10100 1000100 0 1000 100011011 1010000 111101

Color Harmonies of #BD4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CEB

Black with #BD4CEB

Text Example


Text Example

White with #BD4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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