Html Css Color HEX #B248FF Medium Orchid

📋 copy color: '#B248FF'

red 178 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B248FF

Tints of Medium Orchid #B248FF

RGB

 RED value IS 178 (69.92% from 255) = 35.25%

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 35.25%
G = 14.26%
B = 50.5%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B248FF (or 0xB248FF) is known color: Medium Orchid. HEX triplet: B2, 48 and FF. RGB value is (178,72,255). Sum of RGB (Red+Green+Blue) = 178+72+255=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B248FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248FF is #4DB700. Grayscale: #7B7B7B. Windows color (decimal): -5093121 or 16730290. OLE color: 16730290.

HSL color Cylindrical-coordinate representation of color #B248FF: hue angle of 274.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B248FF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 72 255 -
CMYK 0.30 0.72 0 0
HSL 274.75º 1% 0.64% -
HSV(B) 274.75º 0.72% 1% -
XYZ 38.73 21.32 96.68 -
YUV 124.56 201.62 166.12 -
System Red Green Blue C M Y K H S L
Decimal 178 72 255 0.30 0.72 0 0 274.75 1 0.64
Hex B2 48 FF 1E 48 0 0 113 64 40
Octal 262 110 377 36 110 0 0 423 144 100
Binary 10110010 1001000 11111111 11110 1001000 0 0 100010011 1100100 1000000

Color Harmonies of #B248FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248FF

Black with #B248FF

Text Example


Text Example

White with #B248FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248FF; }

 p { color: rgb(178,72,255); }

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

background-color css

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

 a { background-color: rgb(178,72,255); }

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

border-color css

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

 span { border-color: rgb(178,72,255); }

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