Html Css Color HEX #B423CC Dark Orchid

📋 copy color: '#B423CC'

red 180 ◦ green 35 ◦ blue 204

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

Shades of Dark Orchid #B423CC

Tints of Dark Orchid #B423CC

RGB

 RED value IS 180 (70.7% from 255) = 42.96%

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 42.96%
G = 8.35%
B = 48.69%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B423CC (or 0xB423CC) is known color: Dark Orchid. HEX triplet: B4, 23 and CC. RGB value is (180,35,204). Sum of RGB (Red+Green+Blue) = 180+35+204=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #B423CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423CC is #4BDC33. Grayscale: #616161. Windows color (decimal): -4971572 or 13378484. OLE color: 13378484.

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

Color convert

RGB 180 35 204 -
CMYK 0.12 0.83 0 0.2
HSL 291.48º 0.71% 0.47% -
HSV(B) 291.48º 0.83% 0.8% -
XYZ 30.32 15.26 58.48 -
YUV 97.62 188.04 186.76 -
System Red Green Blue C M Y K H S L
Decimal 180 35 204 0.12 0.83 0 0.2 291.48 0.71 0.47
Hex B4 23 CC C 53 0 14 123 47 2F
Octal 264 43 314 14 123 0 24 443 107 57
Binary 10110100 100011 11001100 1100 1010011 0 10100 100100011 1000111 101111

Color Harmonies of #B423CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423CC

Black with #B423CC

Text Example


Text Example

White with #B423CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423CC; }

 p { color: rgb(180,35,204); }

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

background-color css

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

 a { background-color: rgb(180,35,204); }

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

border-color css

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

 span { border-color: rgb(180,35,204); }

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