Html Css Color HEX #B752F7 Medium Orchid

📋 copy color: '#B752F7'

red 183 ◦ green 82 ◦ blue 247

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

Shades of Medium Orchid #B752F7

Tints of Medium Orchid #B752F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 35.74%
G = 16.02%
B = 48.24%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B752F7 (or 0xB752F7) is known color: Medium Orchid. HEX triplet: B7, 52 and F7. RGB value is (183,82,247). Sum of RGB (Red+Green+Blue) = 183+82+247=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #B752F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752F7 is #48AD08. Grayscale: #828282. Windows color (decimal): -4762889 or 16208567. OLE color: 16208567.

HSL color Cylindrical-coordinate representation of color #B752F7: hue angle of 276.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B752F7 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 82 247 -
CMYK 0.26 0.67 0 0.03
HSL 276.73º 0.91% 0.65% -
HSV(B) 276.73º 0.67% 0.97% -
XYZ 39.33 22.82 90.33 -
YUV 131.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 183 82 247 0.26 0.67 0 0.03 276.73 0.91 0.65
Hex B7 52 F7 1A 43 0 3 115 5B 41
Octal 267 122 367 32 103 0 3 425 133 101
Binary 10110111 1010010 11110111 11010 1000011 0 11 100010101 1011011 1000001

Color Harmonies of #B752F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752F7

Black with #B752F7

Text Example


Text Example

White with #B752F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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