Html Css Color HEX #B331F2 Dark Orchid

📋 copy color: '#B331F2'

red 179 ◦ green 49 ◦ blue 242

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

Shades of Dark Orchid #B331F2

Tints of Dark Orchid #B331F2

RGB

 RED value IS 179 (70.31% from 255) = 38.09%

 GREEN value IS 49 (19.53% from 255) = 10.43%

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

R = 38.09%
G = 10.43%
B = 51.49%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B331F2 (or 0xB331F2) is known color: Dark Orchid. HEX triplet: B3, 31 and F2. RGB value is (179,49,242). Sum of RGB (Red+Green+Blue) = 179+49+242=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #B331F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B331F2 is #4CCE0D. Grayscale: #6D6D6D. Windows color (decimal): -5033486 or 15872435. OLE color: 15872435.

HSL color Cylindrical-coordinate representation of color #B331F2: hue angle of 280.41º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B331F2 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 49 242 -
CMYK 0.26 0.80 0 0.05
HSL 280.41º 0.88% 0.57% -
HSV(B) 280.41º 0.8% 0.95% -
XYZ 35.72 18.19 85.63 -
YUV 109.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 179 49 242 0.26 0.80 0 0.05 280.41 0.88 0.57
Hex B3 31 F2 1A 50 0 5 118 58 39
Octal 263 61 362 32 120 0 5 430 130 71
Binary 10110011 110001 11110010 11010 1010000 0 101 100011000 1011000 111001

Color Harmonies of #B331F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331F2

Black with #B331F2

Text Example


Text Example

White with #B331F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331F2; }

 p { color: rgb(179,49,242); }

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

background-color css

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

 a { background-color: rgb(179,49,242); }

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

border-color css

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

 span { border-color: rgb(179,49,242); }

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