Html Css Color HEX #BD30EE Medium Orchid

📋 copy color: '#BD30EE'

red 189 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #BD30EE

Tints of Medium Orchid #BD30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 39.79%
G = 10.11%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD30EE (or 0xBD30EE) is known color: Medium Orchid. HEX triplet: BD, 30 and EE. RGB value is (189,48,238). Sum of RGB (Red+Green+Blue) = 189+48+238=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD30EE is #42CF11. Grayscale: #6F6F6F. Windows color (decimal): -4378386 or 15610045. OLE color: 15610045.

HSL color Cylindrical-coordinate representation of color #BD30EE: hue angle of 284.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD30EE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 48 238 -
CMYK 0.21 0.80 0 0.07
HSL 284.53º 0.85% 0.56% -
HSV(B) 284.53º 0.8% 0.93% -
XYZ 37.48 19.11 82.6 -
YUV 111.82 199.21 183.05 -
System Red Green Blue C M Y K H S L
Decimal 189 48 238 0.21 0.80 0 0.07 284.53 0.85 0.56
Hex BD 30 EE 15 50 0 7 11D 55 38
Octal 275 60 356 25 120 0 7 435 125 70
Binary 10111101 110000 11101110 10101 1010000 0 111 100011101 1010101 111000

Color Harmonies of #BD30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30EE

Black with #BD30EE

Text Example


Text Example

White with #BD30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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