Html Css Color HEX #B752FC Medium Orchid

📋 copy color: '#B752FC'

red 183 ◦ green 82 ◦ blue 252

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

Shades of Medium Orchid #B752FC

Tints of Medium Orchid #B752FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.74%

R = 35.4%
G = 15.86%
B = 48.74%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B752FC (or 0xB752FC) is known color: Medium Orchid. HEX triplet: B7, 52 and FC. RGB value is (183,82,252). Sum of RGB (Red+Green+Blue) = 183+82+252=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #B752FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FC is #48AD03. Grayscale: #838383. Windows color (decimal): -4762884 or 16536247. OLE color: 16536247.

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

Color convert

RGB 183 82 252 -
CMYK 0.27 0.67 0 0.01
HSL 275.65º 0.97% 0.65% -
HSV(B) 275.65º 0.67% 0.99% -
XYZ 40.12 23.13 94.45 -
YUV 131.58 195.96 164.68 -
System Red Green Blue C M Y K H S L
Decimal 183 82 252 0.27 0.67 0 0.01 275.65 0.97 0.65
Hex B7 52 FC 1B 43 0 1 114 61 41
Octal 267 122 374 33 103 0 1 424 141 101
Binary 10110111 1010010 11111100 11011 1000011 0 1 100010100 1100001 1000001

Color Harmonies of #B752FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752FC

Black with #B752FC

Text Example


Text Example

White with #B752FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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