Html Css Color HEX #B628C3 Dark Orchid

📋 copy color: '#B628C3'

red 182 ◦ green 40 ◦ blue 195

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

Shades of Dark Orchid #B628C3

Tints of Dark Orchid #B628C3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.59%

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

R = 43.65%
G = 9.59%
B = 46.76%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B628C3 (or 0xB628C3) is known color: Dark Orchid. HEX triplet: B6, 28 and C3. RGB value is (182,40,195). Sum of RGB (Red+Green+Blue) = 182+40+195=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #B628C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628C3 is #49D73C. Grayscale: #636363. Windows color (decimal): -4839229 or 12789942. OLE color: 12789942.

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

Color convert

RGB 182 40 195 -
CMYK 0.07 0.79 0 0.24
HSL 294.97º 0.66% 0.46% -
HSV(B) 294.97º 0.79% 0.76% -
XYZ 29.9 15.4 53.03 -
YUV 100.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 182 40 195 0.07 0.79 0 0.24 294.97 0.66 0.46
Hex B6 28 C3 7 4F 0 18 127 42 2E
Octal 266 50 303 7 117 0 30 447 102 56
Binary 10110110 101000 11000011 111 1001111 0 11000 100100111 1000010 101110

Color Harmonies of #B628C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628C3

Black with #B628C3

Text Example


Text Example

White with #B628C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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