Html Css Color HEX #B645F0 Medium Orchid

📋 copy color: '#B645F0'

red 182 ◦ green 69 ◦ blue 240

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

Shades of Medium Orchid #B645F0

Tints of Medium Orchid #B645F0

RGB

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

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

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

R = 37.07%
G = 14.05%
B = 48.88%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B645F0 (or 0xB645F0) is known color: Medium Orchid. HEX triplet: B6, 45 and F0. RGB value is (182,69,240). Sum of RGB (Red+Green+Blue) = 182+69+240=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #B645F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645F0 is #49BA0F. Grayscale: #797979. Windows color (decimal): -4831760 or 15746486. OLE color: 15746486.

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

Color convert

RGB 182 69 240 -
CMYK 0.24 0.71 0 0.06
HSL 279.65º 0.85% 0.61% -
HSV(B) 279.65º 0.71% 0.94% -
XYZ 37.15 20.49 84.44 -
YUV 122.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 182 69 240 0.24 0.71 0 0.06 279.65 0.85 0.61
Hex B6 45 F0 18 47 0 6 118 55 3D
Octal 266 105 360 30 107 0 6 430 125 75
Binary 10110110 1000101 11110000 11000 1000111 0 110 100011000 1010101 111101

Color Harmonies of #B645F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645F0

Black with #B645F0

Text Example


Text Example

White with #B645F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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