Html Css Color HEX #BD30EB Medium Orchid

📋 copy color: '#BD30EB'

red 189 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #BD30EB

Tints of Medium Orchid #BD30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

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

R = 40.04%
G = 10.17%
B = 49.79%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD30EB (or 0xBD30EB) is known color: Medium Orchid. HEX triplet: BD, 30 and EB. RGB value is (189,48,235). Sum of RGB (Red+Green+Blue) = 189+48+235=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30EB is #42CF14. Grayscale: #6E6E6E. Windows color (decimal): -4378389 or 15413437. OLE color: 15413437.

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

Color convert

RGB 189 48 235 -
CMYK 0.20 0.80 0 0.08
HSL 285.24º 0.82% 0.55% -
HSV(B) 285.24º 0.8% 0.92% -
XYZ 37.04 18.93 80.3 -
YUV 111.48 197.71 183.29 -
System Red Green Blue C M Y K H S L
Decimal 189 48 235 0.20 0.80 0 0.08 285.24 0.82 0.55
Hex BD 30 EB 14 50 0 8 11D 52 37
Octal 275 60 353 24 120 0 10 435 122 67
Binary 10111101 110000 11101011 10100 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BD30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30EB

Black with #BD30EB

Text Example


Text Example

White with #BD30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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