Html Css Color HEX #B320CF Dark Orchid

📋 copy color: '#B320CF'

red 179 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #B320CF

Tints of Dark Orchid #B320CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 42.82%
G = 7.66%
B = 49.52%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B320CF (or 0xB320CF) is known color: Dark Orchid. HEX triplet: B3, 20 and CF. RGB value is (179,32,207). Sum of RGB (Red+Green+Blue) = 179+32+207=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B320CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B320CF is #4CDF30. Grayscale: #5F5F5F. Windows color (decimal): -5037873 or 13574323. OLE color: 13574323.

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

Color convert

RGB 179 32 207 -
CMYK 0.14 0.85 0 0.19
HSL 290.4º 0.73% 0.47% -
HSV(B) 290.4º 0.85% 0.81% -
XYZ 30.37 15.12 60.35 -
YUV 95.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 179 32 207 0.14 0.85 0 0.19 290.4 0.73 0.47
Hex B3 20 CF E 55 0 13 122 49 2F
Octal 263 40 317 16 125 0 23 442 111 57
Binary 10110011 100000 11001111 1110 1010101 0 10011 100100010 1001001 101111

Color Harmonies of #B320CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320CF

Black with #B320CF

Text Example


Text Example

White with #B320CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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