Html Css Color HEX #BD52F3 Medium Orchid

📋 copy color: '#BD52F3'

red 189 ◦ green 82 ◦ blue 243

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

Shades of Medium Orchid #BD52F3

Tints of Medium Orchid #BD52F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.28%

R = 36.77%
G = 15.95%
B = 47.28%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD52F3 (or 0xBD52F3) is known color: Medium Orchid. HEX triplet: BD, 52 and F3. RGB value is (189,82,243). Sum of RGB (Red+Green+Blue) = 189+82+243=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD52F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52F3 is #42AD0C. Grayscale: #838383. Windows color (decimal): -4369677 or 15946429. OLE color: 15946429.

HSL color Cylindrical-coordinate representation of color #BD52F3: hue angle of 279.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD52F3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 82 243 -
CMYK 0.22 0.66 0 0.05
HSL 279.88º 0.87% 0.64% -
HSV(B) 279.88º 0.66% 0.95% -
XYZ 40.18 23.32 87.18 -
YUV 132.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 189 82 243 0.22 0.66 0 0.05 279.88 0.87 0.64
Hex BD 52 F3 16 42 0 5 118 57 40
Octal 275 122 363 26 102 0 5 430 127 100
Binary 10111101 1010010 11110011 10110 1000010 0 101 100011000 1010111 1000000

Color Harmonies of #BD52F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52F3

Black with #BD52F3

Text Example


Text Example

White with #BD52F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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