Html Css Color HEX #B652F3 Medium Orchid

📋 copy color: '#B652F3'

red 182 ◦ green 82 ◦ blue 243

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

Shades of Medium Orchid #B652F3

Tints of Medium Orchid #B652F3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 35.9%
G = 16.17%
B = 47.93%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B652F3 (or 0xB652F3) is known color: Medium Orchid. HEX triplet: B6, 52 and F3. RGB value is (182,82,243). Sum of RGB (Red+Green+Blue) = 182+82+243=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #B652F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B652F3 is #49AD0C. Grayscale: #818181. Windows color (decimal): -4828429 or 15946422. OLE color: 15946422.

HSL color Cylindrical-coordinate representation of color #B652F3: hue angle of 277.27º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B652F3 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 82 243 -
CMYK 0.25 0.66 0 0.05
HSL 277.27º 0.87% 0.64% -
HSV(B) 277.27º 0.66% 0.95% -
XYZ 38.49 22.45 87.1 -
YUV 130.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 182 82 243 0.25 0.66 0 0.05 277.27 0.87 0.64
Hex B6 52 F3 19 42 0 5 115 57 40
Octal 266 122 363 31 102 0 5 425 127 100
Binary 10110110 1010010 11110011 11001 1000010 0 101 100010101 1010111 1000000

Color Harmonies of #B652F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B652F3

Black with #B652F3

Text Example


Text Example

White with #B652F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B652F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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