Html Css Color HEX #BD52FA Medium Orchid

📋 copy color: '#BD52FA'

red 189 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #BD52FA

Tints of Medium Orchid #BD52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 36.28%
G = 15.74%
B = 47.98%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD52FA (or 0xBD52FA) is known color: Medium Orchid. HEX triplet: BD, 52 and FA. RGB value is (189,82,250). Sum of RGB (Red+Green+Blue) = 189+82+250=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52FA is #42AD05. Grayscale: #848484. Windows color (decimal): -4369670 or 16405181. OLE color: 16405181.

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

Color convert

RGB 189 82 250 -
CMYK 0.24 0.67 0 0.02
HSL 278.21º 0.94% 0.65% -
HSV(B) 278.21º 0.67% 0.98% -
XYZ 41.26 23.76 92.85 -
YUV 133.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 189 82 250 0.24 0.67 0 0.02 278.21 0.94 0.65
Hex BD 52 FA 18 43 0 2 116 5E 41
Octal 275 122 372 30 103 0 2 426 136 101
Binary 10111101 1010010 11111010 11000 1000011 0 10 100010110 1011110 1000001

Color Harmonies of #BD52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52FA

Black with #BD52FA

Text Example


Text Example

White with #BD52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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