Html Css Color HEX #B330EE Dark Orchid

📋 copy color: '#B330EE'

red 179 ◦ green 48 ◦ blue 238

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

Shades of Dark Orchid #B330EE

Tints of Dark Orchid #B330EE

RGB

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

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

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

R = 38.49%
G = 10.32%
B = 51.18%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B330EE (or 0xB330EE) is known color: Dark Orchid. HEX triplet: B3, 30 and EE. RGB value is (179,48,238). Sum of RGB (Red+Green+Blue) = 179+48+238=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #B330EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330EE is #4CCF11. Grayscale: #6C6C6C. Windows color (decimal): -5033746 or 15610035. OLE color: 15610035.

HSL color Cylindrical-coordinate representation of color #B330EE: hue angle of 281.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B330EE is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 48 238 -
CMYK 0.25 0.80 0 0.07
HSL 281.37º 0.85% 0.56% -
HSV(B) 281.37º 0.8% 0.93% -
XYZ 35.08 17.87 82.49 -
YUV 108.83 200.9 178.05 -
System Red Green Blue C M Y K H S L
Decimal 179 48 238 0.25 0.80 0 0.07 281.37 0.85 0.56
Hex B3 30 EE 19 50 0 7 119 55 38
Octal 263 60 356 31 120 0 7 431 125 70
Binary 10110011 110000 11101110 11001 1010000 0 111 100011001 1010101 111000

Color Harmonies of #B330EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330EE

Black with #B330EE

Text Example


Text Example

White with #B330EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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