Html Css Color HEX #B323CF Dark Orchid

📋 copy color: '#B323CF'

red 179 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #B323CF

Tints of Dark Orchid #B323CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.31%

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

R = 42.52%
G = 8.31%
B = 49.17%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B323CF (or 0xB323CF) is known color: Dark Orchid. HEX triplet: B3, 23 and CF. RGB value is (179,35,207). Sum of RGB (Red+Green+Blue) = 179+35+207=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #B323CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323CF is #4CDC30. Grayscale: #616161. Windows color (decimal): -5037105 or 13575091. OLE color: 13575091.

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

Color convert

RGB 179 35 207 -
CMYK 0.14 0.83 0 0.19
HSL 290.23º 0.71% 0.47% -
HSV(B) 290.23º 0.83% 0.81% -
XYZ 30.45 15.29 60.38 -
YUV 97.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 179 35 207 0.14 0.83 0 0.19 290.23 0.71 0.47
Hex B3 23 CF E 53 0 13 122 47 2F
Octal 263 43 317 16 123 0 23 442 107 57
Binary 10110011 100011 11001111 1110 1010011 0 10011 100100010 1000111 101111

Color Harmonies of #B323CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323CF

Black with #B323CF

Text Example


Text Example

White with #B323CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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