Html Css Color HEX #B632CF Dark Orchid

📋 copy color: '#B632CF'

red 182 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #B632CF

Tints of Dark Orchid #B632CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.39%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 41.46%
G = 11.39%
B = 47.15%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B632CF (or 0xB632CF) is known color: Dark Orchid. HEX triplet: B6, 32 and CF. RGB value is (182,50,207). Sum of RGB (Red+Green+Blue) = 182+50+207=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B632CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632CF is #49CD30. Grayscale: #6A6A6A. Windows color (decimal): -4836657 or 13578934. OLE color: 13578934.

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

Color convert

RGB 182 50 207 -
CMYK 0.12 0.76 0 0.19
HSL 290.45º 0.62% 0.5% -
HSV(B) 290.45º 0.76% 0.81% -
XYZ 31.69 16.73 60.59 -
YUV 107.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 182 50 207 0.12 0.76 0 0.19 290.45 0.62 0.5
Hex B6 32 CF C 4C 0 13 122 3E 32
Octal 266 62 317 14 114 0 23 442 76 62
Binary 10110110 110010 11001111 1100 1001100 0 10011 100100010 111110 110010

Color Harmonies of #B632CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632CF

Black with #B632CF

Text Example


Text Example

White with #B632CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632CF; }

 p { color: rgb(182,50,207); }

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

background-color css

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

 a { background-color: rgb(182,50,207); }

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

border-color css

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

 span { border-color: rgb(182,50,207); }

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