Html Css Color HEX #B632F0 Dark Orchid

📋 copy color: '#B632F0'

red 182 ◦ green 50 ◦ blue 240

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

Shades of Dark Orchid #B632F0

Tints of Dark Orchid #B632F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 38.56%
G = 10.59%
B = 50.85%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B632F0 (or 0xB632F0) is known color: Dark Orchid. HEX triplet: B6, 32 and F0. RGB value is (182,50,240). Sum of RGB (Red+Green+Blue) = 182+50+240=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #B632F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632F0 is #49CD0F. Grayscale: #6E6E6E. Windows color (decimal): -4836624 or 15741622. OLE color: 15741622.

HSL color Cylindrical-coordinate representation of color #B632F0: hue angle of 281.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B632F0 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 50 240 -
CMYK 0.24 0.79 0 0.06
HSL 281.68º 0.86% 0.57% -
HSV(B) 281.68º 0.79% 0.94% -
XYZ 36.16 18.52 84.11 -
YUV 111.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 182 50 240 0.24 0.79 0 0.06 281.68 0.86 0.57
Hex B6 32 F0 18 4F 0 6 11A 56 39
Octal 266 62 360 30 117 0 6 432 126 71
Binary 10110110 110010 11110000 11000 1001111 0 110 100011010 1010110 111001

Color Harmonies of #B632F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632F0

Black with #B632F0

Text Example


Text Example

White with #B632F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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