Html Css Color HEX #B330CF Dark Orchid

📋 copy color: '#B330CF'

red 179 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #B330CF

Tints of Dark Orchid #B330CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 41.24%
G = 11.06%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B330CF (or 0xB330CF) is known color: Dark Orchid. HEX triplet: B3, 30 and CF. RGB value is (179,48,207). Sum of RGB (Red+Green+Blue) = 179+48+207=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B330CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330CF is #4CCF30. Grayscale: #686868. Windows color (decimal): -5033777 or 13578419. OLE color: 13578419.

HSL color Cylindrical-coordinate representation of color #B330CF: hue angle of 289.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B330CF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 48 207 -
CMYK 0.14 0.77 0 0.19
HSL 289.43º 0.62% 0.5% -
HSV(B) 289.43º 0.77% 0.81% -
XYZ 30.91 16.2 60.53 -
YUV 105.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 179 48 207 0.14 0.77 0 0.19 289.43 0.62 0.5
Hex B3 30 CF E 4D 0 13 121 3E 32
Octal 263 60 317 16 115 0 23 441 76 62
Binary 10110011 110000 11001111 1110 1001101 0 10011 100100001 111110 110010

Color Harmonies of #B330CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330CF

Black with #B330CF

Text Example


Text Example

White with #B330CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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