Html Css Color HEX #B629C7 Dark Orchid

📋 copy color: '#B629C7'

red 182 ◦ green 41 ◦ blue 199

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

Shades of Dark Orchid #B629C7

Tints of Dark Orchid #B629C7

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 43.13%
G = 9.72%
B = 47.16%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B629C7 (or 0xB629C7) is known color: Dark Orchid. HEX triplet: B6, 29 and C7. RGB value is (182,41,199). Sum of RGB (Red+Green+Blue) = 182+41+199=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #B629C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629C7 is #49D638. Grayscale: #646464. Windows color (decimal): -4838969 or 13052342. OLE color: 13052342.

HSL color Cylindrical-coordinate representation of color #B629C7: hue angle of 293.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B629C7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 41 199 -
CMYK 0.09 0.79 0 0.22
HSL 293.54º 0.66% 0.47% -
HSV(B) 293.54º 0.79% 0.78% -
XYZ 30.39 15.65 55.45 -
YUV 101.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 182 41 199 0.09 0.79 0 0.22 293.54 0.66 0.47
Hex B6 29 C7 9 4F 0 16 126 42 2F
Octal 266 51 307 11 117 0 26 446 102 57
Binary 10110110 101001 11000111 1001 1001111 0 10110 100100110 1000010 101111

Color Harmonies of #B629C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629C7

Black with #B629C7

Text Example


Text Example

White with #B629C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629C7; }

 p { color: rgb(182,41,199); }

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

background-color css

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

 a { background-color: rgb(182,41,199); }

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

border-color css

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

 span { border-color: rgb(182,41,199); }

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