#B630F3

Color #B630F3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B630F3

Tints of Dark Orchid #B630F3

Color information

#B630F3 (or 0xB630F3) is unknown color: approx Dark Orchid. HEX triplet: B6, 30 and F3. RGB value is (182,48,243). Sum of RGB (Red+Green+Blue) = 182+48+243=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #B630F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B630F3 is #49CF0C. Grayscale: #6D6D6D. Windows color (decimal): -4837133 or 15937718. OLE color: 15937718.

HSL color Cylindrical-coordinate representation of color #B630F3: hue angle of 281.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B630F3 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18248243-
CMYK0.250.8000.05
HSL281.23º89.04%57.06%-
HSV(B)281.23º80.25%95.29%-
XYZ36.5318.5386.45-
YUV110.3202.89179.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 48 (19.14% from 255) = 10.15%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=38.48%
G=10.15%
B=51.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182482430.250.8000.05281.2389.0457.06
HexB630F31950051195939
Octal26660363311200543113171
Binary101101101100001111001111001101000001011000110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B630F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B630F3; }

 p { color: rgb(182,48,243); }

 H1.HeaderClassName
 {
   color: #B630F3;
 }
 .AnyTagClassName
 {
   color: #B630F3;
 }
</style>
background-color css

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

 a { background-color: rgb(182,48,243); }

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

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

 span { border-color: rgb(182,48,243); }

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