Html Css Color HEX #BD57FE Medium Orchid

📋 copy color: '#BD57FE'

red 189 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #BD57FE

Tints of Medium Orchid #BD57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.42%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 35.66%
G = 16.42%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD57FE (or 0xBD57FE) is known color: Medium Orchid. HEX triplet: BD, 57 and FE. RGB value is (189,87,254). Sum of RGB (Red+Green+Blue) = 189+87+254=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD57FE is #42A801. Grayscale: #878787. Windows color (decimal): -4368386 or 16668605. OLE color: 16668605.

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

Color convert

RGB 189 87 254 -
CMYK 0.26 0.66 0 0.00
HSL 276.65º 0.99% 0.67% -
HSV(B) 276.65º 0.66% 1% -
XYZ 42.28 24.79 96.32 -
YUV 136.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 189 87 254 0.26 0.66 0 0.00 276.65 0.99 0.67
Hex BD 57 FE 1A 42 0 0 115 63 43
Octal 275 127 376 32 102 0 0 425 143 103
Binary 10111101 1010111 11111110 11010 1000010 0 0 100010101 1100011 1000011

Color Harmonies of #BD57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD57FE

Black with #BD57FE

Text Example


Text Example

White with #BD57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD57FE; }

 p { color: rgb(189,87,254); }

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

background-color css

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

 a { background-color: rgb(189,87,254); }

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

border-color css

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

 span { border-color: rgb(189,87,254); }

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