Html Css Color HEX #B13FF2 Medium Orchid

📋 copy color: '#B13FF2'

red 177 ◦ green 63 ◦ blue 242

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

Shades of Medium Orchid #B13FF2

Tints of Medium Orchid #B13FF2

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 36.72%
G = 13.07%
B = 50.21%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B13FF2 (or 0xB13FF2) is known color: Medium Orchid. HEX triplet: B1, 3F and F2. RGB value is (177,63,242). Sum of RGB (Red+Green+Blue) = 177+63+242=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #B13FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FF2 is #4EC00D. Grayscale: #747474. Windows color (decimal): -5160974 or 15876017. OLE color: 15876017.

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

Color convert

RGB 177 63 242 -
CMYK 0.27 0.74 0 0.05
HSL 278.21º 0.87% 0.6% -
HSV(B) 278.21º 0.74% 0.95% -
XYZ 35.94 19.31 85.84 -
YUV 117.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 177 63 242 0.27 0.74 0 0.05 278.21 0.87 0.6
Hex B1 3F F2 1B 4A 0 5 116 57 3C
Octal 261 77 362 33 112 0 5 426 127 74
Binary 10110001 111111 11110010 11011 1001010 0 101 100010110 1010111 111100

Color Harmonies of #B13FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FF2

Black with #B13FF2

Text Example


Text Example

White with #B13FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FF2; }

 p { color: rgb(177,63,242); }

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

background-color css

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

 a { background-color: rgb(177,63,242); }

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

border-color css

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

 span { border-color: rgb(177,63,242); }

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