Html Css Color HEX #B330EA Dark Orchid

📋 copy color: '#B330EA'

red 179 ◦ green 48 ◦ blue 234

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

Shades of Dark Orchid #B330EA

Tints of Dark Orchid #B330EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 38.83%
G = 10.41%
B = 50.76%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B330EA (or 0xB330EA) is known color: Dark Orchid. HEX triplet: B3, 30 and EA. RGB value is (179,48,234). Sum of RGB (Red+Green+Blue) = 179+48+234=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #B330EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330EA is #4CCF15. Grayscale: #6B6B6B. Windows color (decimal): -5033750 or 15347891. OLE color: 15347891.

HSL color Cylindrical-coordinate representation of color #B330EA: hue angle of 282.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B330EA is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 48 234 -
CMYK 0.24 0.79 0 0.08
HSL 282.26º 0.82% 0.55% -
HSV(B) 282.26º 0.79% 0.92% -
XYZ 34.5 17.64 79.43 -
YUV 108.37 198.9 178.38 -
System Red Green Blue C M Y K H S L
Decimal 179 48 234 0.24 0.79 0 0.08 282.26 0.82 0.55
Hex B3 30 EA 18 4F 0 8 11A 52 37
Octal 263 60 352 30 117 0 10 432 122 67
Binary 10110011 110000 11101010 11000 1001111 0 1000 100011010 1010010 110111

Color Harmonies of #B330EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330EA

Black with #B330EA

Text Example


Text Example

White with #B330EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330EA; }

 p { color: rgb(179,48,234); }

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

background-color css

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

 a { background-color: rgb(179,48,234); }

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

border-color css

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

 span { border-color: rgb(179,48,234); }

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