Html Css Color HEX #B13DEE Medium Orchid

📋 copy color: '#B13DEE'

red 177 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #B13DEE

Tints of Medium Orchid #B13DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.82%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 37.18%
G = 12.82%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B13DEE (or 0xB13DEE) is known color: Medium Orchid. HEX triplet: B1, 3D and EE. RGB value is (177,61,238). Sum of RGB (Red+Green+Blue) = 177+61+238=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DEE is #4EC211. Grayscale: #737373. Windows color (decimal): -5161490 or 15613361. OLE color: 15613361.

HSL color Cylindrical-coordinate representation of color #B13DEE: hue angle of 279.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13DEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 61 238 -
CMYK 0.26 0.74 0 0.07
HSL 279.32º 0.84% 0.59% -
HSV(B) 279.32º 0.74% 0.93% -
XYZ 35.23 18.86 82.67 -
YUV 115.86 196.93 171.61 -
System Red Green Blue C M Y K H S L
Decimal 177 61 238 0.26 0.74 0 0.07 279.32 0.84 0.59
Hex B1 3D EE 1A 4A 0 7 117 54 3B
Octal 261 75 356 32 112 0 7 427 124 73
Binary 10110001 111101 11101110 11010 1001010 0 111 100010111 1010100 111011

Color Harmonies of #B13DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13DEE

Black with #B13DEE

Text Example


Text Example

White with #B13DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13DEE; }

 p { color: rgb(177,61,238); }

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

background-color css

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

 a { background-color: rgb(177,61,238); }

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

border-color css

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

 span { border-color: rgb(177,61,238); }

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