Html Css Color HEX #B645FE Medium Orchid

📋 copy color: '#B645FE'

red 182 ◦ green 69 ◦ blue 254

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

Shades of Medium Orchid #B645FE

Tints of Medium Orchid #B645FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.66%

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 36.04%
G = 13.66%
B = 50.3%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B645FE (or 0xB645FE) is known color: Medium Orchid. HEX triplet: B6, 45 and FE. RGB value is (182,69,254). Sum of RGB (Red+Green+Blue) = 182+69+254=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B645FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645FE is #49BA01. Grayscale: #7B7B7B. Windows color (decimal): -4831746 or 16663990. OLE color: 16663990.

HSL color Cylindrical-coordinate representation of color #B645FE: hue angle of 276.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B645FE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 69 254 -
CMYK 0.28 0.73 0 0.00
HSL 276.65º 0.99% 0.63% -
HSV(B) 276.65º 0.73% 1% -
XYZ 39.31 21.36 95.82 -
YUV 123.88 201.44 169.46 -
System Red Green Blue C M Y K H S L
Decimal 182 69 254 0.28 0.73 0 0.00 276.65 0.99 0.63
Hex B6 45 FE 1C 49 0 0 115 63 3F
Octal 266 105 376 34 111 0 0 425 143 77
Binary 10110110 1000101 11111110 11100 1001001 0 0 100010101 1100011 111111

Color Harmonies of #B645FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645FE

Black with #B645FE

Text Example


Text Example

White with #B645FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645FE; }

 p { color: rgb(182,69,254); }

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

background-color css

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

 a { background-color: rgb(182,69,254); }

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

border-color css

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

 span { border-color: rgb(182,69,254); }

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