Html Css Color HEX #B258F2 Medium Orchid

📋 copy color: '#B258F2'

red 178 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #B258F2

Tints of Medium Orchid #B258F2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.32%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 35.04%
G = 17.32%
B = 47.64%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B258F2 (or 0xB258F2) is known color: Medium Orchid. HEX triplet: B2, 58 and F2. RGB value is (178,88,242). Sum of RGB (Red+Green+Blue) = 178+88+242=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #B258F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B258F2 is #4DA70D. Grayscale: #838383. Windows color (decimal): -5089038 or 15882418. OLE color: 15882418.

HSL color Cylindrical-coordinate representation of color #B258F2: hue angle of 275.06º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B258F2 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 88 242 -
CMYK 0.26 0.64 0 0.05
HSL 275.06º 0.86% 0.65% -
HSV(B) 275.06º 0.64% 0.95% -
XYZ 37.88 22.86 86.42 -
YUV 132.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 178 88 242 0.26 0.64 0 0.05 275.06 0.86 0.65
Hex B2 58 F2 1A 40 0 5 113 56 41
Octal 262 130 362 32 100 0 5 423 126 101
Binary 10110010 1011000 11110010 11010 1000000 0 101 100010011 1010110 1000001

Color Harmonies of #B258F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B258F2

Black with #B258F2

Text Example


Text Example

White with #B258F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B258F2; }

 p { color: rgb(178,88,242); }

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

background-color css

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

 a { background-color: rgb(178,88,242); }

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

border-color css

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

 span { border-color: rgb(178,88,242); }

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