Html Css Color HEX #BD52E8 Medium Orchid

📋 copy color: '#BD52E8'

red 189 ◦ green 82 ◦ blue 232

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

Shades of Medium Orchid #BD52E8

Tints of Medium Orchid #BD52E8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.3%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 37.57%
G = 16.3%
B = 46.12%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD52E8 (or 0xBD52E8) is known color: Medium Orchid. HEX triplet: BD, 52 and E8. RGB value is (189,82,232). Sum of RGB (Red+Green+Blue) = 189+82+232=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD52E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52E8 is #42AD17. Grayscale: #828282. Windows color (decimal): -4369688 or 15225533. OLE color: 15225533.

HSL color Cylindrical-coordinate representation of color #BD52E8: hue angle of 282.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD52E8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 82 232 -
CMYK 0.19 0.65 0 0.09
HSL 282.8º 0.77% 0.62% -
HSV(B) 282.8º 0.65% 0.91% -
XYZ 38.57 22.68 78.69 -
YUV 131.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 189 82 232 0.19 0.65 0 0.09 282.8 0.77 0.62
Hex BD 52 E8 13 41 0 9 11B 4D 3E
Octal 275 122 350 23 101 0 11 433 115 76
Binary 10111101 1010010 11101000 10011 1000001 0 1001 100011011 1001101 111110

Color Harmonies of #BD52E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52E8

Black with #BD52E8

Text Example


Text Example

White with #BD52E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52E8; }

 p { color: rgb(189,82,232); }

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

background-color css

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

 a { background-color: rgb(189,82,232); }

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

border-color css

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

 span { border-color: rgb(189,82,232); }

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