#B65CFB

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

Shades of Medium Orchid #B65CFB

Tints of Medium Orchid #B65CFB

Color information

#B65CFB (or 0xB65CFB) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and FB. RGB value is (182,92,251). Sum of RGB (Red+Green+Blue) = 182+92+251=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CFB is #49A304. Grayscale: #888888. Windows color (decimal): -4825861 or 16473270. OLE color: 16473270.

HSL color Cylindrical-coordinate representation of color #B65CFB: hue angle of 273.96º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65CFB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18292251-
CMYK0.270.6300.02
HSL273.96º95.21%67.25%-
HSV(B)273.96º63.35%98.43%-
XYZ40.5324.5693.87-
YUV137.04192.32160.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 92 (36.33% from 255) = 17.52%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=34.67%
G=17.52%
B=47.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182922510.270.6300.02273.9695.2167.25
HexB65CFB1B3F021125f43
Octal266134373337702422137103
Binary101101101011100111110111101111111101010001001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CFB; }

 p { color: rgb(182,92,251); }

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

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

 a { background-color: rgb(182,92,251); }

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

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

 span { border-color: rgb(182,92,251); }

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