Html Css Color HEX #B752FB Medium Orchid

📋 copy color: '#B752FB'

red 183 ◦ green 82 ◦ blue 251

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

Shades of Medium Orchid #B752FB

Tints of Medium Orchid #B752FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 35.47%
G = 15.89%
B = 48.64%

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

#B752FB (or 0xB752FB) is known color: Medium Orchid. HEX triplet: B7, 52 and FB. RGB value is (183,82,251). Sum of RGB (Red+Green+Blue) = 183+82+251=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #B752FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B752FB is #48AD04. Grayscale: #828282. Windows color (decimal): -4762885 or 16470711. OLE color: 16470711.

HSL color Cylindrical-coordinate representation of color #B752FB: hue angle of 275.86º degrees, saturation: 0.95, 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 #B752FB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 82 251 -
CMYK 0.27 0.67 0 0.02
HSL 275.86º 0.95% 0.65% -
HSV(B) 275.86º 0.67% 0.98% -
XYZ 39.96 23.07 93.61 -
YUV 131.47 195.46 164.76 -
System Red Green Blue C M Y K H S L
Decimal 183 82 251 0.27 0.67 0 0.02 275.86 0.95 0.65
Hex B7 52 FB 1B 43 0 2 114 5F 41
Octal 267 122 373 33 103 0 2 424 137 101
Binary 10110111 1010010 11111011 11011 1000011 0 10 100010100 1011111 1000001

Color Harmonies of #B752FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752FB

Black with #B752FB

Text Example


Text Example

White with #B752FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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