Html Css Color HEX #B623C0 Dark Orchid

📋 copy color: '#B623C0'

red 182 ◦ green 35 ◦ blue 192

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

Shades of Dark Orchid #B623C0

Tints of Dark Orchid #B623C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 44.5%
G = 8.56%
B = 46.94%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B623C0 (or 0xB623C0) is known color: Dark Orchid. HEX triplet: B6, 23 and C0. RGB value is (182,35,192). Sum of RGB (Red+Green+Blue) = 182+35+192=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #B623C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623C0 is #49DC3F. Grayscale: #606060. Windows color (decimal): -4840512 or 12592054. OLE color: 12592054.

HSL color Cylindrical-coordinate representation of color #B623C0: hue angle of 296.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B623C0 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 35 192 -
CMYK 0.05 0.82 0 0.25
HSL 296.18º 0.69% 0.45% -
HSV(B) 296.18º 0.82% 0.75% -
XYZ 29.41 14.95 51.21 -
YUV 96.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 182 35 192 0.05 0.82 0 0.25 296.18 0.69 0.45
Hex B6 23 C0 5 52 0 19 128 45 2D
Octal 266 43 300 5 122 0 31 450 105 55
Binary 10110110 100011 11000000 101 1010010 0 11001 100101000 1000101 101101

Color Harmonies of #B623C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B623C0

Black with #B623C0

Text Example


Text Example

White with #B623C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B623C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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