Html Css Color HEX #BD2FEB Medium Orchid

📋 copy color: '#BD2FEB'

red 189 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #BD2FEB

Tints of Medium Orchid #BD2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.98%

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

R = 40.13%
G = 9.98%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD2FEB (or 0xBD2FEB) is known color: Medium Orchid. HEX triplet: BD, 2F and EB. RGB value is (189,47,235). Sum of RGB (Red+Green+Blue) = 189+47+235=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FEB is #42D014. Grayscale: #6E6E6E. Windows color (decimal): -4378645 or 15413181. OLE color: 15413181.

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

Color convert

RGB 189 47 235 -
CMYK 0.20 0.8 0 0.08
HSL 285.32º 0.82% 0.55% -
HSV(B) 285.32º 0.8% 0.92% -
XYZ 37 18.85 80.29 -
YUV 110.89 198.04 183.71 -
System Red Green Blue C M Y K H S L
Decimal 189 47 235 0.20 0.8 0 0.08 285.32 0.82 0.55
Hex BD 2F EB 14 50 0 8 11D 52 37
Octal 275 57 353 24 120 0 10 435 122 67
Binary 10111101 101111 11101011 10100 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BD2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FEB

Black with #BD2FEB

Text Example


Text Example

White with #BD2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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