Html Css Color HEX #B623C3 Dark Orchid

📋 copy color: '#B623C3'

red 182 ◦ green 35 ◦ blue 195

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

Shades of Dark Orchid #B623C3

Tints of Dark Orchid #B623C3

RGB

 RED value IS 182 (71.48% from 255) = 44.17%

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

 BLUE value IS 195 (76.56% from 255) = 47.33%

R = 44.17%
G = 8.5%
B = 47.33%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B623C3 (or 0xB623C3) is known color: Dark Orchid. HEX triplet: B6, 23 and C3. RGB value is (182,35,195). Sum of RGB (Red+Green+Blue) = 182+35+195=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #B623C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623C3 is #49DC3C. Grayscale: #606060. Windows color (decimal): -4840509 or 12788662. OLE color: 12788662.

HSL color Cylindrical-coordinate representation of color #B623C3: hue angle of 295.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B623C3 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 35 195 -
CMYK 0.07 0.82 0 0.24
HSL 295.13º 0.7% 0.45% -
HSV(B) 295.13º 0.82% 0.76% -
XYZ 29.74 15.09 52.97 -
YUV 97.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 182 35 195 0.07 0.82 0 0.24 295.13 0.7 0.45
Hex B6 23 C3 7 52 0 18 127 46 2D
Octal 266 43 303 7 122 0 30 447 106 55
Binary 10110110 100011 11000011 111 1010010 0 11000 100100111 1000110 101101

Color Harmonies of #B623C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B623C3

Black with #B623C3

Text Example


Text Example

White with #B623C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B623C3; }

 p { color: rgb(182,35,195); }

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

background-color css

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

 a { background-color: rgb(182,35,195); }

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

border-color css

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

 span { border-color: rgb(182,35,195); }

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