Html Css Color HEX #BD4BEB Medium Orchid

📋 copy color: '#BD4BEB'

red 189 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #BD4BEB

Tints of Medium Orchid #BD4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 37.88%
G = 15.03%
B = 47.09%

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

#BD4BEB (or 0xBD4BEB) is known color: Medium Orchid. HEX triplet: BD, 4B and EB. RGB value is (189,75,235). Sum of RGB (Red+Green+Blue) = 189+75+235=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BEB is #42B414. Grayscale: #7E7E7E. Windows color (decimal): -4371477 or 15420349. OLE color: 15420349.

HSL color Cylindrical-coordinate representation of color #BD4BEB: hue angle of 282.75º 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 #BD4BEB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 75 235 -
CMYK 0.20 0.68 0 0.08
HSL 282.75º 0.8% 0.61% -
HSV(B) 282.75º 0.68% 0.92% -
XYZ 38.5 21.85 80.79 -
YUV 127.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 189 75 235 0.20 0.68 0 0.08 282.75 0.8 0.61
Hex BD 4B EB 14 44 0 8 11B 50 3D
Octal 275 113 353 24 104 0 10 433 120 75
Binary 10111101 1001011 11101011 10100 1000100 0 1000 100011011 1010000 111101

Color Harmonies of #BD4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BEB

Black with #BD4BEB

Text Example


Text Example

White with #BD4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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