Html Css Color HEX #B848CF Medium Orchid

📋 copy color: '#B848CF'

red 184 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #B848CF

Tints of Medium Orchid #B848CF

RGB

 RED value IS 184 (72.27% from 255) = 39.74%

 GREEN value IS 72 (28.52% from 255) = 15.55%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 39.74%
G = 15.55%
B = 44.71%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B848CF (or 0xB848CF) is known color: Medium Orchid. HEX triplet: B8, 48 and CF. RGB value is (184,72,207). Sum of RGB (Red+Green+Blue) = 184+72+207=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B848CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848CF is #47B730. Grayscale: #787878. Windows color (decimal): -4699953 or 13584568. OLE color: 13584568.

HSL color Cylindrical-coordinate representation of color #B848CF: hue angle of 289.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B848CF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 72 207 -
CMYK 0.11 0.65 0 0.19
HSL 289.78º 0.58% 0.55% -
HSV(B) 289.78º 0.65% 0.81% -
XYZ 33.35 19.33 61 -
YUV 120.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 184 72 207 0.11 0.65 0 0.19 289.78 0.58 0.55
Hex B8 48 CF B 41 0 13 122 3A 37
Octal 270 110 317 13 101 0 23 442 72 67
Binary 10111000 1001000 11001111 1011 1000001 0 10011 100100010 111010 110111

Color Harmonies of #B848CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848CF

Black with #B848CF

Text Example


Text Example

White with #B848CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848CF; }

 p { color: rgb(184,72,207); }

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

background-color css

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

 a { background-color: rgb(184,72,207); }

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

border-color css

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

 span { border-color: rgb(184,72,207); }

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