Html Css Color HEX #B634D1 Dark Orchid

📋 copy color: '#B634D1'

red 182 ◦ green 52 ◦ blue 209

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

Shades of Dark Orchid #B634D1

Tints of Dark Orchid #B634D1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.74%

 BLUE value IS 209 (82.03% from 255) = 47.18%

R = 41.08%
G = 11.74%
B = 47.18%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B634D1 (or 0xB634D1) is known color: Dark Orchid. HEX triplet: B6, 34 and D1. RGB value is (182,52,209). Sum of RGB (Red+Green+Blue) = 182+52+209=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #B634D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634D1 is #49CB2E. Grayscale: #6C6C6C. Windows color (decimal): -4836143 or 13710518. OLE color: 13710518.

HSL color Cylindrical-coordinate representation of color #B634D1: hue angle of 289.68º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B634D1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 52 209 -
CMYK 0.13 0.75 0 0.18
HSL 289.68º 0.63% 0.51% -
HSV(B) 289.68º 0.75% 0.82% -
XYZ 32.03 17 61.92 -
YUV 108.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 182 52 209 0.13 0.75 0 0.18 289.68 0.63 0.51
Hex B6 34 D1 D 4B 0 12 122 3F 33
Octal 266 64 321 15 113 0 22 442 77 63
Binary 10110110 110100 11010001 1101 1001011 0 10010 100100010 111111 110011

Color Harmonies of #B634D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634D1

Black with #B634D1

Text Example


Text Example

White with #B634D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634D1; }

 p { color: rgb(182,52,209); }

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

background-color css

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

 a { background-color: rgb(182,52,209); }

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

border-color css

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

 span { border-color: rgb(182,52,209); }

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