Html Css Color HEX #B752FA Medium Orchid

📋 copy color: '#B752FA'

red 183 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #B752FA

Tints of Medium Orchid #B752FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 35.53%
G = 15.92%
B = 48.54%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B752FA (or 0xB752FA) is known color: Medium Orchid. HEX triplet: B7, 52 and FA. RGB value is (183,82,250). Sum of RGB (Red+Green+Blue) = 183+82+250=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B752FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FA is #48AD05. Grayscale: #828282. Windows color (decimal): -4762886 or 16405175. OLE color: 16405175.

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

Color convert

RGB 183 82 250 -
CMYK 0.27 0.67 0 0.02
HSL 276.07º 0.94% 0.65% -
HSV(B) 276.07º 0.67% 0.98% -
XYZ 39.8 23 92.78 -
YUV 131.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 183 82 250 0.27 0.67 0 0.02 276.07 0.94 0.65
Hex B7 52 FA 1B 43 0 2 114 5E 41
Octal 267 122 372 33 103 0 2 424 136 101
Binary 10110111 1010010 11111010 11011 1000011 0 10 100010100 1011110 1000001

Color Harmonies of #B752FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752FA

Black with #B752FA

Text Example


Text Example

White with #B752FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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