Html Css Color HEX #B628CE Dark Orchid

📋 copy color: '#B628CE'

red 182 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #B628CE

Tints of Dark Orchid #B628CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 42.52%
G = 9.35%
B = 48.13%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B628CE (or 0xB628CE) is known color: Dark Orchid. HEX triplet: B6, 28 and CE. RGB value is (182,40,206). Sum of RGB (Red+Green+Blue) = 182+40+206=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B628CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628CE is #49D731. Grayscale: #646464. Windows color (decimal): -4839218 or 13510838. OLE color: 13510838.

HSL color Cylindrical-coordinate representation of color #B628CE: hue angle of 291.33º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B628CE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 40 206 -
CMYK 0.12 0.81 0 0.19
HSL 291.33º 0.67% 0.48% -
HSV(B) 291.33º 0.81% 0.81% -
XYZ 31.19 15.92 59.82 -
YUV 101.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 182 40 206 0.12 0.81 0 0.19 291.33 0.67 0.48
Hex B6 28 CE C 51 0 13 123 43 30
Octal 266 50 316 14 121 0 23 443 103 60
Binary 10110110 101000 11001110 1100 1010001 0 10011 100100011 1000011 110000

Color Harmonies of #B628CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628CE

Black with #B628CE

Text Example


Text Example

White with #B628CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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