Html Css Color HEX #BD33F8 Medium Orchid

📋 copy color: '#BD33F8'

red 189 ◦ green 51 ◦ blue 248

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

Shades of Medium Orchid #BD33F8

Tints of Medium Orchid #BD33F8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.45%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 38.73%
G = 10.45%
B = 50.82%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD33F8 (or 0xBD33F8) is known color: Medium Orchid. HEX triplet: BD, 33 and F8. RGB value is (189,51,248). Sum of RGB (Red+Green+Blue) = 189+51+248=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33F8 is #42CC07. Grayscale: #727272. Windows color (decimal): -4377608 or 16266173. OLE color: 16266173.

HSL color Cylindrical-coordinate representation of color #BD33F8: hue angle of 282.03º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD33F8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 51 248 -
CMYK 0.24 0.79 0 0.03
HSL 282.03º 0.93% 0.59% -
HSV(B) 282.03º 0.79% 0.97% -
XYZ 39.11 19.96 90.6 -
YUV 114.72 203.22 180.98 -
System Red Green Blue C M Y K H S L
Decimal 189 51 248 0.24 0.79 0 0.03 282.03 0.93 0.59
Hex BD 33 F8 18 4F 0 3 11A 5D 3B
Octal 275 63 370 30 117 0 3 432 135 73
Binary 10111101 110011 11111000 11000 1001111 0 11 100011010 1011101 111011

Color Harmonies of #BD33F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33F8

Black with #BD33F8

Text Example


Text Example

White with #BD33F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33F8; }

 p { color: rgb(189,51,248); }

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

background-color css

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

 a { background-color: rgb(189,51,248); }

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

border-color css

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

 span { border-color: rgb(189,51,248); }

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