Html Css Color HEX #B15DFD Medium Orchid

📋 copy color: '#B15DFD'

red 177 ◦ green 93 ◦ blue 253

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

Shades of Medium Orchid #B15DFD

Tints of Medium Orchid #B15DFD

RGB

 RED value IS 177 (69.53% from 255) = 33.84%

 GREEN value IS 93 (36.72% from 255) = 17.78%

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 33.84%
G = 17.78%
B = 48.37%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B15DFD (or 0xB15DFD) is known color: Medium Orchid. HEX triplet: B1, 5D and FD. RGB value is (177,93,253). Sum of RGB (Red+Green+Blue) = 177+93+253=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B15DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DFD is #4EA202. Grayscale: #878787. Windows color (decimal): -5153283 or 16604593. OLE color: 16604593.

HSL color Cylindrical-coordinate representation of color #B15DFD: hue angle of 271.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15DFD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 93 253 -
CMYK 0.30 0.63 0 0.01
HSL 271.5º 0.98% 0.68% -
HSV(B) 271.5º 0.63% 0.99% -
XYZ 39.78 24.27 95.52 -
YUV 136.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 177 93 253 0.30 0.63 0 0.01 271.5 0.98 0.68
Hex B1 5D FD 1E 3F 0 1 110 62 44
Octal 261 135 375 36 77 0 1 420 142 104
Binary 10110001 1011101 11111101 11110 111111 0 1 100010000 1100010 1000100

Color Harmonies of #B15DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DFD

Black with #B15DFD

Text Example


Text Example

White with #B15DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DFD; }

 p { color: rgb(177,93,253); }

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

background-color css

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

 a { background-color: rgb(177,93,253); }

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

border-color css

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

 span { border-color: rgb(177,93,253); }

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