Html Css Color HEX #BD52F8 Medium Orchid

📋 copy color: '#BD52F8'

red 189 ◦ green 82 ◦ blue 248

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

Shades of Medium Orchid #BD52F8

Tints of Medium Orchid #BD52F8

RGB

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

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

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

R = 36.42%
G = 15.8%
B = 47.78%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD52F8 (or 0xBD52F8) is known color: Medium Orchid. HEX triplet: BD, 52 and F8. RGB value is (189,82,248). Sum of RGB (Red+Green+Blue) = 189+82+248=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52F8 is #42AD07. Grayscale: #848484. Windows color (decimal): -4369672 or 16274109. OLE color: 16274109.

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

Color convert

RGB 189 82 248 -
CMYK 0.24 0.67 0 0.03
HSL 278.67º 0.92% 0.65% -
HSV(B) 278.67º 0.67% 0.97% -
XYZ 40.95 23.63 91.21 -
YUV 132.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 189 82 248 0.24 0.67 0 0.03 278.67 0.92 0.65
Hex BD 52 F8 18 43 0 3 117 5C 41
Octal 275 122 370 30 103 0 3 427 134 101
Binary 10111101 1010010 11111000 11000 1000011 0 11 100010111 1011100 1000001

Color Harmonies of #BD52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52F8

Black with #BD52F8

Text Example


Text Example

White with #BD52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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