Html Css Color HEX #BD53FC Medium Orchid

📋 copy color: '#BD53FC'

red 189 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #BD53FC

Tints of Medium Orchid #BD53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.84%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 36.07%
G = 15.84%
B = 48.09%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD53FC (or 0xBD53FC) is known color: Medium Orchid. HEX triplet: BD, 53 and FC. RGB value is (189,83,252). Sum of RGB (Red+Green+Blue) = 189+83+252=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD53FC is #42AC03. Grayscale: #858585. Windows color (decimal): -4369412 or 16536509. OLE color: 16536509.

HSL color Cylindrical-coordinate representation of color #BD53FC: hue angle of 277.63º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD53FC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 83 252 -
CMYK 0.25 0.67 0 0.01
HSL 277.63º 0.97% 0.66% -
HSV(B) 277.63º 0.67% 0.99% -
XYZ 41.65 24.03 94.54 -
YUV 133.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 189 83 252 0.25 0.67 0 0.01 277.63 0.97 0.66
Hex BD 53 FC 19 43 0 1 116 61 42
Octal 275 123 374 31 103 0 1 426 141 102
Binary 10111101 1010011 11111100 11001 1000011 0 1 100010110 1100001 1000010

Color Harmonies of #BD53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53FC

Black with #BD53FC

Text Example


Text Example

White with #BD53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53FC; }

 p { color: rgb(189,83,252); }

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

background-color css

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

 a { background-color: rgb(189,83,252); }

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

border-color css

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

 span { border-color: rgb(189,83,252); }

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