Html Css Color HEX #B752F3 Medium Orchid

📋 copy color: '#B752F3'

red 183 ◦ green 82 ◦ blue 243

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

Shades of Medium Orchid #B752F3

Tints of Medium Orchid #B752F3

RGB

 RED value IS 183 (71.88% from 255) = 36.02%

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

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

R = 36.02%
G = 16.14%
B = 47.83%

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

#B752F3 (or 0xB752F3) is known color: Medium Orchid. HEX triplet: B7, 52 and F3. RGB value is (183,82,243). Sum of RGB (Red+Green+Blue) = 183+82+243=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #B752F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752F3 is #48AD0C. Grayscale: #828282. Windows color (decimal): -4762893 or 15946423. OLE color: 15946423.

HSL color Cylindrical-coordinate representation of color #B752F3: hue angle of 277.64º 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 #B752F3 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 82 243 -
CMYK 0.25 0.66 0 0.05
HSL 277.64º 0.87% 0.64% -
HSV(B) 277.64º 0.66% 0.95% -
XYZ 38.72 22.57 87.11 -
YUV 130.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 183 82 243 0.25 0.66 0 0.05 277.64 0.87 0.64
Hex B7 52 F3 19 42 0 5 116 57 40
Octal 267 122 363 31 102 0 5 426 127 100
Binary 10110111 1010010 11110011 11001 1000010 0 101 100010110 1010111 1000000

Color Harmonies of #B752F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752F3

Black with #B752F3

Text Example


Text Example

White with #B752F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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