Html Css Color HEX #B334F1 Dark Orchid

📋 copy color: '#B334F1'

red 179 ◦ green 52 ◦ blue 241

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

Shades of Dark Orchid #B334F1

Tints of Dark Orchid #B334F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 37.92%
G = 11.02%
B = 51.06%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B334F1 (or 0xB334F1) is known color: Dark Orchid. HEX triplet: B3, 34 and F1. RGB value is (179,52,241). Sum of RGB (Red+Green+Blue) = 179+52+241=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #B334F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334F1 is #4CCB0E. Grayscale: #6E6E6E. Windows color (decimal): -5032719 or 15807667. OLE color: 15807667.

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

Color convert

RGB 179 52 241 -
CMYK 0.26 0.78 0 0.05
HSL 280.32º 0.87% 0.57% -
HSV(B) 280.32º 0.78% 0.95% -
XYZ 35.7 18.39 84.89 -
YUV 111.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 179 52 241 0.26 0.78 0 0.05 280.32 0.87 0.57
Hex B3 34 F1 1A 4E 0 5 118 57 39
Octal 263 64 361 32 116 0 5 430 127 71
Binary 10110011 110100 11110001 11010 1001110 0 101 100011000 1010111 111001

Color Harmonies of #B334F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334F1

Black with #B334F1

Text Example


Text Example

White with #B334F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334F1; }

 p { color: rgb(179,52,241); }

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

background-color css

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

 a { background-color: rgb(179,52,241); }

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

border-color css

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

 span { border-color: rgb(179,52,241); }

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